home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / MINIMENU.DIR / 00059_Script_59 < prev    next >
Text File  |  1995-04-17  |  199b  |  9 lines

  1. on MouseDown
  2.   global initMasterList
  3.   if initMasterList = true then
  4.     tell the stage to go to frame "RYO Return"
  5.   else
  6.     tell the stage to go to frame "roll your own show"
  7.   end if
  8. end
  9.